google.golang.org/grpc/attributes.Attributes.key (field)

7 uses

	google.golang.org/grpc/attributes (current package)
		attributes.go#L43: 	key, value any
		attributes.go#L49: 		key:   key,
		attributes.go#L68: 		key:    key,
		attributes.go#L77: 		if cur.key == key {
		attributes.go#L165: 			if seen[cur.key] {
		attributes.go#L168: 			if !yield(cur.key, cur.value) {
		attributes.go#L171: 			seen[cur.key] = true